Name : perl-Jcode
| |
Version : 2.06
| Vendor : Mandriva
|
Release : 1mdv2007.0
| Date : 2006-07-12 10:50:29
|
Group : Development/Perl
| Source RPM : perl-Jcode-2.06-1mdv2007.0.src.rpm
|
Size : 0.19 MB
| |
Packager : Iurt the rebuild bot < warly_mandriva_com>
| |
Summary : Japanese Charset Handle
|
Description :
Jcode.pm supports both object and traditional approach. With object approach, you can go like;
$iso_2022_jp = Jcode->new($str)->h2z->jis;
Which is more elegant than;
$iso_2022_jp = &jcode::convert(\\$str,\'jis\',jcode::getcode(\\str), \"z\");
For those unfamiliar with objects, Jcode.pm still supports getcode() and convert().
|
RPM found in directory: /vol/rzm6/linux-mandriva/official/2007.1/i586/media/main/release |